Package com.cisco.pt.ipc.sim
Interface LMISignaling
- All Known Implementing Classes:
LMISignalingImpl
Information provided by the PKI file:
\class LmiSignaling
\brief LmiSignaling handles and manipulates the PPP encapsulation process.
\example network().getDevice("Router0").getProcess("LmiSignaling")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionintInformation provided by the PKI file:getUserTrafficAt(int index) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
getPacketCnt
int getPacketCnt()Information provided by the PKI file:
\return int, value is the packet count.- Returns:
- int Returns a int
-
getUserTrafficAt
Information provided by the PKI file:
\return UserTraffic, value is the user traffic at the given index. Range (0, getPacketCnt()-1).- Parameters:
index- Takes in a parameter of index- Returns:
- UserTraffic Returns a UserTraffic
-